home *** CD-ROM | disk | FTP | other *** search
/ Basic Instinct 2 Press Kit / Basic Instinct 2 Press Kit.iso / pc / main.dxr / FlashPaper_1_BIProdNotes.swf / scripts / frame_1 / DoAction_8.as < prev    next >
Encoding:
Text File  |  2006-03-15  |  216 b   |  13 lines

  1. if(this == _level0)
  2. {
  3.    Stage.showMenu = false;
  4.    Stage.align = "";
  5.    Stage.scaleMode = "noBorder";
  6.    this._width = Stage.width;
  7.    this._height = Stage.height;
  8. }
  9. else
  10. {
  11.    _xscale = _yscale = 100;
  12. }
  13.